{% load i18n %}{% load simple_tags %}
{% if scripts %} {% for script in scripts %} {% if script.template %} {% include script.template %} {% else %} {% if script.content %}{{ script.content|safe }}{% endif %} {% endif %} {% endfor %} {% endif %}